Search results

Text

Beautiful biomes

In this lesson students learn the features of the five main biomes, and use ClassVR headsets and CoSpaces to design and create a virtual biome to explore. They research and identify the features of a biome and then create their own virtual environment. The resource explores the human impacts on biodiversity and explore ...

Online

Visual to text coding: Lesson 10

This is the tenth in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It introduces the coding concept of functions. Functions can help organise code, reduce repetition and more to be explored later.

Online

AI image recognition - exploring limitations and bias

A hands-on activity to practise training and testing an artificial intelligence (AI) model, using cartoon faces, including a discussion about sources of potential algorithmic bias and how to respond to these sources.

Online

Heads or tails

In this lesson we show how to transition from a visual based programming language to using a text-based programming language using the example of a heads or tails coin toss application.

Online

Sphero: Catch me if you can

By years 5 and 6 many students may have had some experience with a visual programming language such as Scratch or Blockly that is the basis of the Hour of Code. Sphero will take the screen based control of an image to the next level by introducing a robotic device controlled by a visual programming language. This lesson ...

Online

Ozobot Maze Challenge

Students are introduced to Ozoblockly and basic programming concepts. Using Ozoblockly, students program Ozobot to follow a path and travel through a maze that they have created. This lesson idea was created by Steven Payne.

Online

Getting to know Bee-Bot

Students are introduced to the Bee-Bot as a robotic device. They learn about what the Bee-Bot is, the functions and how the Bee-Bot can be used for specific purposes. They learn how to develop a sequence of steps for the Bee-Bot to follow. This lesson idea was created by Rebecca Vivian.

Online

Rock, Paper, Scissors AI!

In this lesson we use the game rock, paper scissors to investigate how an AI can recognise your hand gestures. Firstly students create, train and test their own AI model. They import their AI model into a pre-made JavaScript program to modify the computer program to incorporate game play. The level of game play will depend ...

Online

Create a board game that uses an Ozobot

Create a game board where the player is provided with a number of decisions. Using Scratch and Makey Makey, students add multimodal elements to the story. These elements are activated using an Ozobot.

Online

Learning to loop

Students create algorithms with a condition that tells the computer to repeat a sequence of instructions.

Online

Snap block models

Create a model using snap blocks 1 block high and create a code so someone else can build your model.

Online

Three little pigs

Retell the story of the Three Little pigs using a light sensing robot such as Ozobot.

Online

Follow and create algorithms: Year 4 – planning tool

This planning resource for Year 4 is for the topic of Follow and create algorithms. Students create and follow algorithms involving a sequence of steps and decisions to generate number patterns involving addition or multiplication. They analyse the patterns generated and describe and explain them.

Online

Algorithms: Year 9 – planning tool

This planning resource for Year 9 is for the topic of Algorithms. Students draw upon their knowledge of congruency, transformations and ratios of right-angled triangles and apply creativity, critical thinking and reasoning skills to a sequenced geometric problem. For example, students may design a flow chart to prove the ...

Online

Home automation programming (yrs 5-6)

Investigate home automation systems, including those powered by artificial intelligence (AI) with speech recognition capability. These suggested activities provide a level of differentiation to cater for students’ range of programming skills. They were developed in collaboration with the Digital Technologies Institute.

Online

Home automation with AI

Home automation is all the rage. You talk to your mobile phone to control the lights, the fan, the air conditioner, or your pool pump. But how does it work? In this lesson, we explore the AI that could power a home automation system.

Online

Cross age making a robot

This lesson sequence is a cross-age project that can be used for students in year 5/6 in collaboration with students from years 1-2. In this project, students collaborate on a code for an unplugged robot. They design, test and modify the robot and create instruction manuals.

Online

Sphero Invent a Game

This lesson will explore how to program the Sphero using functions and show the benefits of decomposing the behaviour of the Sphero into functions, instead of writing line by line repeated behaviours. This lesson idea was created by Celia Coffa.

Online

Coding for GUIs (JavaScript edition): Index page

This lesson sequence provides step-by-step video tutorials and challenges to incorporate Graphical User Interfaces (GUIs) into your General Purpose Programming. It follows on from the Visual To Text Coding lesson series.

Online

Visual to text coding: Lesson 5

This is the fifth in a series of lessons to transition from visual coding to text-based coding with a general purpose programming language. This lesson may take two to three 45-minute periods. It introduces how to create and use arrays (also called lists).